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
Add missing underscore
  • Loading branch information
Gnbrkm41 committed Mar 16, 2020
commit 1f052f5f7b40cd8f2eba0b2914b6fd9894804cc3
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_ // _EMIT_H_
/*****************************************************************************/