Skip to content

Conversation

@johguenther
Copy link
Contributor

No description provided.

@johguenther johguenther requested a review from Copilot November 13, 2025 10:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses compatibility issues with newer Intel C++ Compiler (icx) by preventing constant name clashes through conditional compilation. The version is bumped from 1.15.1 to 1.15.2.

  • Moved constant definitions behind preprocessor guards to avoid conflicts with newer icx compiler
  • Converted floatbits from a regular inline function to a constexpr function for constant initialization
  • Updated project version to 1.15.2

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
rkcommon/math/math.ih Added preprocessor guards to separate ISPC and C++ constant definitions; made floatbits constexpr for compile-time evaluation
CMakeLists.txt Incremented project version from 1.15.1 to 1.15.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@johguenther johguenther merged commit 674d4cb into master Nov 13, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants