Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 913779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:36:50+00:00 2026-05-15T17:36:50+00:00

Does GCC have an equivalent compiler switch to VC’s floating point model switch (

  • 0

Does GCC have an equivalent compiler switch to VC’s floating point model switch (/fp)?

In particular, my application benefits from compiling with /fp:fast and precision is not a big deal, how should I compile it with GCC?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T17:36:51+00:00Added an answer on May 15, 2026 at 5:36 pm

    Try -ffast-math. On gcc 4.4.1, this turns on:

    • -fno-math-errno – Don’t set errno for single instruction math functions.
    • -funsafe-math-optimizations – Assume arguments and result of math operations are valid, and potentially violate standards
    • -ffinite-math-only – Assume arguments and results are finite.
    • -fno-rounding-math – Enable optimizations that assume default rounding. This is the default, but it could be overridden by something else.
    • -fno-signaling-nans – Enable optimizations that can change number of math exceptions.; also default
    • -fcx-limited-range – Assume range reduction is not needed for complex number division:
    • __FAST_MATH__ macro.

    You could also enable these individually.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does gcc have memory alignment pragma, akin #pragma vector aligned in Intel compiler? I
Consider the code below. I don't understand why my GCC compiler does not try
main() { printf(Hello World.); } Why does no warning is produced in gcc compiler
I want to know GCC compile time. Does GCC have any command or option
Does GCC have a GUI or Graphical IDE? Edit: I'm on Windows Vista /7
Possible Duplicate: Why does gcc have “â” in all its error messages? New to
I have a class that derives from a C struct. The class does not
Does GCC/G++ have an option available to output analysis? It would be useful to
I have a question about how compiler-set symbols, in particular CPU feature flags (like
I was told to use a disassembler. Does gcc have anything built in? What

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.