StackOverflow Questions for Tag: fast-math

loonatick
loonatick

Reputation: 1157

Which specific optimization flag causes libm functions to be treated as pure?

Score: 0

Views: 107

Answers: 1

Read More
Samuel Navarro Lou
Samuel Navarro Lou

Reputation: 1198

Does any floating point-intensive code produce bit-exact results in any x86-based architecture?

Score: 10

Views: 2605

Answers: 2

Read More
Ponml
Ponml

Reputation: 3137

What does gcc's ffast-math actually do?

Score: 228

Views: 103706

Answers: 3

Read More
marcin
marcin

Reputation: 3581

What is GCC/Clang equivalent of -fp-model fast=1 in ICC

Score: 5

Views: 3804

Answers: 2

Read More
user23311233
user23311233

Reputation: 13

How unlock -ffast-math for my custom type?

Score: 0

Views: 85

Answers: 0

Read More
André Puel
André Puel

Reputation: 9219

Mingw32 std::isnan with -ffast-math

Score: 2

Views: 2206

Answers: 2

Read More
user23311233
user23311233

Reputation: 13

check for nan under --ffast-math

Score: 0

Views: 248

Answers: 1

Read More
bockyboh
bockyboh

Reputation: 31

Vector by Scalar Division with -ffast-math

Score: 0

Views: 45

Answers: 0

Read More
Sideshow Bob
Sideshow Bob

Reputation: 4716

What is floating point speculation and how does it differ from the compiler's floating point model

Score: 9

Views: 2496

Answers: 3

Read More
Sean Xia
Sean Xia

Reputation: 11

C++ Eigen::inverse function renders totally wrong array with ffast-math option

Score: 1

Views: 146

Answers: 0

Read More
Aaron Franke
Aaron Franke

Reputation: 4092

How can I find math operations that would be optimized by `-ffast-math`?

Score: 5

Views: 194

Answers: 0

Read More
Unlikus
Unlikus

Reputation: 1858

Why can't the Rust compiler auto-vectorize this FP dot product implementation?

Score: 3

Views: 597

Answers: 1

Read More
einpoklum
einpoklum

Reputation: 132340

Can I determine at compile time whether --use_fast_math was set?

Score: 2

Views: 1448

Answers: 2

Read More
Millemila
Millemila

Reputation: 1660

Fortran code compiled in one Windows machine (2018 Intel processor) gives different results when exe is copied to other machine (2022 Intel processor)

Score: 3

Views: 222

Answers: 1

Read More
LiraNuna
LiraNuna

Reputation: 67330

Negative NaN is not a NaN?

Score: 39

Views: 18324

Answers: 6

Read More
Liu Wei
Liu Wei

Reputation: 87

Weird LTO behavior with -ffast-math

Score: 1

Views: 159

Answers: 2

Read More
Huy Le
Huy Le

Reputation: 1738

C++ gcc does associative-math flag disable float NAN values?

Score: 0

Views: 215

Answers: 1

Read More
Ruggero Turra
Ruggero Turra

Reputation: 17740

Auto vectorization on double and ffast-math

Score: 8

Views: 4971

Answers: 4

Read More
Albert
Albert

Reputation: 68360

std::isinf does not work with -ffast-math. how to check for infinity

Score: 13

Views: 7206

Answers: 1

Read More
geza
geza

Reputation: 30020

Why does -fno-signed-zeros have an effect on vectorization for minimum search?

Score: 2

Views: 169

Answers: 0

Read More
PreviousPage 1Next