Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Feb 17, 2025
  2. Feb 16, 2025
  3. Feb 14, 2025
  4. Feb 13, 2025
  5. Feb 12, 2025
  6. Feb 10, 2025
  7. Feb 07, 2025
  8. Feb 05, 2025
  9. Feb 04, 2025
  10. Feb 03, 2025
  11. Jan 31, 2025
  12. Jan 29, 2025
    • Johannes Elmsheuser's avatar
      Revert "Merge branch 'adye-ckf70' into 'main'" · ce2b352d
      Johannes Elmsheuser authored
      Revert "Merge branch 'adye-ckf70' into 'main'"
      
      This reverts merge request !77366
      ce2b352d
    • Scott Snyder's avatar
      CxxUtils: Don't try to use the x87 fsincos instruction any more. · 323d99c3
      Scott Snyder authored and Johannes Elmsheuser's avatar Johannes Elmsheuser committed
      CxxUtils: Don't try to use the x87 fsincos instruction any more.
      
      Since a long time, we've had CxxUtils::sincos, which calculates sin and cos
      using the x87 fsincos instruction.  At the time, this was significantly
      better than the alternatives.  However, with current compilers on x86_64,
      it is in fact faster to use the sincos() library function than the x87 instruction.
      So remove the inlining bit.
      sincos() is still a GNU extension, so don't remove this entirely from CxxUtils ---
      this allow us to keep the #ifdefs in one place.
      323d99c3
  13. Jan 28, 2025
  14. Jan 26, 2025
Loading