Skip to content

Implement Vector.Ceiling / Vector.Floor #31993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 16, 2020
Prev Previous commit
Next Next commit
Revert "Add missing idenfitier for closing endif"
* Oops
  • Loading branch information
Gnbrkm41 committed Mar 16, 2020
commit 1f1b1bf5803a565243d84c28664e5a0c4231320f
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/emit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2797,5 +2797,5 @@ inline void emitter::emitEnableGC()
#endif // !defined(JIT32_GCENCODER)

/*****************************************************************************/
#endif _EMIT_H_ // _EMIT_H_
#endif // _EMIT_H_
/*****************************************************************************/