Skip to content
  • Hal Finkel's avatar
    Add an assembly __kmp_invoke_microtask for ppc64[le] · 91e19a3d
    Hal Finkel authored
    Clang no longer restricts itself to generating microtasks with a small number
    of arguments, and so an assembly implementation is required to prevent hitting
    the parameter limit present in the C implementation. This adds an
    implementation for ppc64[le].
    
    llvm-svn: 270821
    91e19a3d
Loading