Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Apr 9, 2024
1 parent 2246048 commit b602fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/int128_t.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(CMAKE_REQUIRED_INCLUDES "${PROJECT_SOURCE_DIR}/include")
check_cxx_source_compiles("
#include <int128_t.hpp>
int main() {
using primecount::int128_t;
using namespace primecount;
int128_t x = int128_t(1) << 100;
x /= 123;
return (x > 0) ? 0 : 1;
Expand Down

0 comments on commit b602fce

Please sign in to comment.