1
0
Fork 0

Add a todo for implementing FTZ for AArch64

This commit is contained in:
Robbert van der Helm 2022-04-12 02:08:41 +02:00
parent 54db43f48d
commit 877eeadc7f

View file

@ -93,6 +93,7 @@ struct ScopedFtz {
impl ScopedFtz {
fn enable() -> Self {
// TODO: Implement this for AArch64/neon
cfg_if::cfg_if! {
if #[cfg(target_feature = "sse")] {
let mode = unsafe { std::arch::x86_64::_MM_GET_FLUSH_ZERO_MODE() };