зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1041519 - IonMonkey (ARM): Instantiate setVFPRegister for use by the jsapi-tests. r=mjrosenb
This commit is contained in:
Родитель
788bd0a30d
Коммит
760cc16155
|
@ -1430,6 +1430,8 @@ ReturnType Simulator::getFromVFPRegister(int reg_index)
|
|||
// requires these to be instantiated.
|
||||
template double Simulator::getFromVFPRegister<double, 2>(int reg_index);
|
||||
template float Simulator::getFromVFPRegister<float, 1>(int reg_index);
|
||||
template void Simulator::setVFPRegister<double, 2>(int reg_index, const double& value);
|
||||
template void Simulator::setVFPRegister<float, 1>(int reg_index, const float& value);
|
||||
|
||||
void
|
||||
Simulator::getFpArgs(double *x, double *y, int32_t *z)
|
||||
|
|
Загрузка…
Ссылка в новой задаче