Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 439c8692 authored by Andy Hung's avatar Andy Hung
Browse files

hapticgenerator: Update fast-math settings

Ensure infinities and nan are honored.

Test: Treehugger
Bug: 339319151
Change-Id: I4400bd16de8922122ea3a540999af6110e1edbf6
parent f43e21a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ cc_library_shared {
        // BiquadFilter. Try the biquad_filter_benchmark test in audio_utils
        // with/without `-ffast-math` for more context.
        "-ffast-math",
        "-fhonor-infinities",
        "-fhonor-nans",
        "-fvisibility=hidden",
    ],
}