Skip to content

Commit

Permalink
Add support for riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
xctan committed Nov 4, 2021
1 parent 1a8d6eb commit f5f6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/System/detect_cpu_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
namespace clan
{

#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun)
#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv)
bool System::detect_cpu_extension(CPU_ExtensionPPC ext)
{
throw ("Congratulations, you've just been selected to code this feature!");
Expand Down

0 comments on commit f5f6942

Please sign in to comment.