Skip to content

Commit

Permalink
Merge pull request #118 from xctan/support-riscv
Browse files Browse the repository at this point in the history
Add support for riscv
  • Loading branch information
rombust committed Nov 4, 2021
2 parents 1a8d6eb + f5f6942 commit 8d1d4fd
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 8d1d4fd

Please sign in to comment.