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

Commit 463c2cba authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

Merge "hapticgenerator: Update fast-math settings" into main

parents ffab5d27 439c8692
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",
    ],
}