Add a todo for implementing FTZ for AArch64
This commit is contained in:
parent
54db43f48d
commit
877eeadc7f
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ struct ScopedFtz {
|
||||||
|
|
||||||
impl ScopedFtz {
|
impl ScopedFtz {
|
||||||
fn enable() -> Self {
|
fn enable() -> Self {
|
||||||
|
// TODO: Implement this for AArch64/neon
|
||||||
cfg_if::cfg_if! {
|
cfg_if::cfg_if! {
|
||||||
if #[cfg(target_feature = "sse")] {
|
if #[cfg(target_feature = "sse")] {
|
||||||
let mode = unsafe { std::arch::x86_64::_MM_GET_FLUSH_ZERO_MODE() };
|
let mode = unsafe { std::arch::x86_64::_MM_GET_FLUSH_ZERO_MODE() };
|
||||||
|
|
Loading…
Add table
Reference in a new issue